home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-09-02 | 477 b | 28 lines | [TEXT/CCL2] |
- (setf (logical-pathname-translations "AV")
- '(("**;*.*.*" "ccl;Programs:av:av program:**:")))
-
- ;;; Here are the graphics
-
- (load "AV:scrollers-patch")
-
- (load "AV:pict-views")
-
- (load "AV:pict-scrap")
-
- (load "AV:pict-scrolling-windows")
-
- (load "AV:graphics")
-
- ;;; Here is the parser proper
-
- (load "AV:AV Parser") ; macros are needed later
-
- (load "AV:LALR Package setup")
-
- (load "AV:Grammar Reader Runtime")
-
- (load "AV:Grammar parser")
-
- (load "AV:graphics-interface")
-
-